home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
newsgroups
/
misc.19980901-19981211
/
000140_news@newsmaster….columbia.edu _Mon Oct 12 02:25:37 1998.msg
< prev
next >
Wrap
Internet Message Format
|
2020-01-01
|
4KB
Return-Path: <news@newsmaster.cc.columbia.edu>
Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id CAA04116
for <kermit.misc@watsun.cc.columbia.edu>; Mon, 12 Oct 1998 02:25:33 -0400 (EDT)
Received: (from news@localhost)
by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id CAA23490
for kermit.misc@watsun; Mon, 12 Oct 1998 02:25:33 -0400 (EDT)
Path: news.columbia.edu!panix!howland.erols.net!newspeer.monmouth.com!newsfeed.ecrc.net!newsfeed2.ecrc.net!news.siemens.de!news.mch.sbs.de!not-for-mail
From: Muljawan Hendrianto <muljawan.hendrianto@siemens.com.sg>
Newsgroups: comp.protocols.kermit.misc
Subject: newbie question:compilation error
Date: Mon, 12 Oct 1998 14:24:12 +0800
Organization: Siemens Inc.
Lines: 30
Message-ID: <3621A08C.884C7637@siemens.com.sg>
NNTP-Posting-Host: muljawan.siemens.com.sg
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 4.01 [en] (WinNT; I)
X-Priority: 3 (Normal)
Xref: news.columbia.edu comp.protocols.kermit.misc:9325
Dear all,
I am trying to compile kermit 6.0.192.
But during the compilation I got the following error messages,
ckutio.c: In function `ttsspd':
ckutio.c:4680: `TIOCGSERIAL' undeclared (first use in this function)
ckutio.c:4680: (Each undeclared identifier is reported only once
ckutio.c:4680: for each function it appears in.)
ckutio.c:4686: `TIOCSSERIAL' undeclared (first use in this function)
ckutio.c: In function `ttgspd':
ckutio.c:4834: `TIOCGSERIAL' undeclared (first use in this function)
ckutio.c: In function `in_chk':
ckutio.c:6093: warning: passing arg 3 of `select' from incompatible
pointer type
ckutio.c:6093: warning: passing arg 4 of `select' from incompatible
pointer type
make[1]: *** [ckutio.o] Error 1
make[1]: Leaving directory `/usr/local/src/kermit'
make: *** [linux] Error 2
It complains about an undeclared variable and also gave me warning about
redefined variable like `PF_MAX`, `PF_X25` ... etc.
Does anyone knows the workaround for this?
I am using linux redhat 2.0.32 on pentium base server and gcc 2.8.1
compiler.
thanks in advance,
Muljawan
In article <3621A08C.884C7637@siemens.com.sg>,
Muljawan Hendrianto <muljawan.hendrianto@siemens.com.sg> wrote:
: I am trying to compile kermit 6.0.192.
: But during the compilation I got the following error messages,
:
: ckutio.c: In function `ttsspd':
: ckutio.c:4680: `TIOCGSERIAL' undeclared (first use in this function)
: ckutio.c:4680: (Each undeclared identifier is reported only once
: ckutio.c:4680: for each function it appears in.)
: ckutio.c:4686: `TIOCSSERIAL' undeclared (first use in this function)
: ckutio.c: In function `ttgspd':
: ckutio.c:4834: `TIOCGSERIAL' undeclared (first use in this function)
: ckutio.c: In function `in_chk':
: ckutio.c:6093: warning: passing arg 3 of `select' from incompatible
: pointer type
: ckutio.c:6093: warning: passing arg 4 of `select' from incompatible
: pointer type
: make[1]: *** [ckutio.o] Error 1
: make[1]: Leaving directory `/usr/local/src/kermit'
: make: *** [linux] Error 2
:
: It complains about an undeclared variable and also gave me warning about
: redefined variable like `PF_MAX`, `PF_X25` ... etc.
: Does anyone knows the workaround for this?
: I am using linux redhat 2.0.32 on pentium base server and gcc 2.8.1
: compiler.
:
Newer versions of Linux need newer versions of Kermit. Please try version
6.1 Beta, which you can find at:
http://www.columbia.edu/kermit/ck61.html
- Frank